Auto merge of #2513 - alexcrichton:xcompile, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 24 Mar 2016 16:15:04 +0000 (09:15 -0700)
committerbors <bors@rust-lang.org>
Thu, 24 Mar 2016 16:15:04 +0000 (09:15 -0700)
Fix nightly dist builds

* When downloading rustc, also download a number of cross-std libraries so we
  can cross compile with that compiler.
* Only build OpenSSL on some --enable-nightly builds, not all. For example
  Windows and OSX don't want to link statically to OpenSSL.


Trivial merge